home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / remind15.zip / REMINDME.DOC < prev    next >
Text File  |  1992-12-26  |  16KB  |  363 lines

  1.  
  2.                                REMIND ME !
  3.  
  4.                                   v1.5
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.  
  10.                             Sunrise-80  BBS
  11.                             (404) 256-9525
  12.  
  13.  
  14.  
  15.  
  16.                                 OVERVIEW
  17.                                 ________
  18.  
  19.  
  20.    The REMIND ME! Door allows your callers to enter REMINDERS to themselves.
  21.    They can be reminded daily, on a specific date, a day of the week, on a
  22.    paricular date of the month OR on EVEN or ODD days of the month (in
  23.    essence displaying the Reminder every other day). Reminders are displayed
  24.    to the caller when they open the Door or automatically if you make it an
  25.    Auto Login Door.
  26.  
  27.    SYSOP can leave reminders to ALL, specific Security levels or to
  28.    SPECIFIC USERS!!!!
  29.  
  30.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  31.          created in the directory you run the door from.
  32.  
  33.  
  34.  
  35.                               INSTALLATION
  36.                               ____________
  37.  
  38.  
  39.    Installation is fairly easy and straight-forward. The following steps and
  40.    examples should have you up and running in a very short period of time.
  41.    It is assumed that you are familiar with setting up DOORS on your system.
  42.    To this end, only examples of the configuration file and Door batch file
  43.    are described.
  44.  
  45.       1) Create a directory to hold all REMINDME files
  46.  
  47.       2) Unzip REMINDxx.ZIP into the the above directory
  48.  
  49.       3) Create a configuration file, with a name of your choice, or
  50.          modify the supplied REMINDME.CFG file. A description follows:
  51.  
  52.             **                       Location of system file (See Below)
  53.             SUNRISE-80 BBS           Your BBS Name
  54.             Al                       Sysop's First name
  55.  
  56.             Lawrence                 Sysop's Last Name
  57. |-----------------------------------------------------------------------------|
  58. | READ!     1                        CommPort  \ These 2 lines are required   |
  59. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  60. |-----------------------------------------------------------------------------|
  61.  
  62.             00000000                 Registration Number
  63.  
  64.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  65.                                      2 = Display ADOPT-A-DOOR message
  66.  
  67.             2                        Keyboard timeout value in Minutes
  68.  
  69.             N                        Y =  Use European Date Format (DDMMYY)
  70.                                      N =  Use Regular  Date Format (MMDDYY)
  71.  
  72.            365                       Maximum # of days caller can enter in
  73.                                      response to the number of warning days.
  74.                                      This number will be used to determine how
  75.                                      many days prior to the due to start
  76.                                      displaying the Reminder. (0-365).
  77.                                      0 = No warning days
  78.  
  79.            365                       Maximum # of days caller can enter in
  80.                                      in response to how long the reminder
  81.                                      will remain active (1-365)
  82.  
  83.              0                       Additional Security level that will be
  84.                                      allowed to leave Reminders as if they
  85.                                      were the Sysop (Co-Sysop as an example)
  86.                                      Note: They will NOT be able to Delete or
  87.                                            Modify or Review messages they
  88.                                            entered to a Specific caller or to
  89.                                            All Callers.
  90.  
  91.              Y                       Y = Do    check if caller is ANSI capable
  92.                                      N = DoNot check if caller is ANSI capable
  93.  
  94.  
  95.           NONE                       Drive\path\filename of the file you want
  96.                                      displayed when returning from an AUTO-LOGIN
  97.                                      to the BBS.
  98.  
  99.           NONE                       Drive\Path\Filename of the file you want
  100.                                      displayed when manually exiting the Door
  101.                                      using the Exit option from the Main Menu.
  102.  
  103.               ** = Replace with ONE of the following:
  104.  
  105. C:\BBS\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  106. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  107. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  108.                                    (Note:DOOR.SYS must be in SAME directory)
  109. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  110. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  111. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  112. c:\bbs\TRIBBS.SYS               <- For TriBBS systems.
  113. C:\BBS\CHAIN.TXT                <- For WWIV systems
  114. C:\BBS\GTUSER.BBS               <- For GT Power
  115.                                    * if using this option you must put the
  116.                                      ComPort # on line 5 and the Node # on
  117.                                      line 6 of the configuration file
  118.  
  119.  
  120.  
  121.            # = Requires registration to change to a different value.
  122.  
  123.                NOTE: There are NO Blank Lines in the Config File!!
  124.  
  125.  
  126.  
  127.  
  128.       4) Create a batch file or modify the REMINDME file supplied. A
  129.          description of this file follows:
  130.  
  131.             ECHO off
  132.             cd\BBS\DOORS\REMINDME     Location of REMINDME files
  133.             REMINDME REMINDME.CFG     EXE filename and CFG filename (Name
  134.                                       used in creating file in #3 above)
  135.             CD\BBS
  136.             BOARD
  137.  
  138.  
  139.        5) When running in more than one node, be sure to supply a
  140.           different configuration name for each node (your choice of name).
  141.  
  142.        6) If running with Fossil-based multi-port boards add
  143.            /FD to the line containing the CFG name as follows:
  144.  
  145.                         REMINDME REMINDME.CFG /FD
  146.  
  147.  
  148.  
  149.                              TRASHCAN File
  150.                              -------------
  151.  
  152.       If you wish to trap any words that you do not want your users to see,
  153.       such as foul language, etc, then you create an ASCII file with the word
  154.       or words. Each word must appear on a separate line, up to a maximum of
  155.       100. The name of the file must be TRASHCAN and must reside in the same
  156.       directory as the REMINDME.EXE file. The program will check ALL
  157.       description lines against the list. If a match is found the offending
  158.       word(s) will be changed to asteriks (*).
  159.  
  160.  
  161.                       AUTO LOGIN OPTION (Registered Version Only)
  162.                       -------------------------------------------
  163.  
  164.       Should you want to take your callers to the REMIND ME Door automatically
  165.       at logon I would suggest that you set up 2 batch files.
  166.  
  167.       One batch file would take the caller to the Door if they selected it off
  168.       your Door Menu. They would be presented with any Reminders that have
  169.       come due AND they will be able to use all the functions of the Door.
  170.       See #4 above for example.
  171.  
  172.       The second batch file would take your caller to the Door, present the
  173.       caller with any Reminders that have come due and immediately return to
  174.       the BBS. REMIND ME will display a file you have defined in the CFG,
  175.       while the system is returning to the BBS. All that would be required
  176.       would be to create another batch file as in #4 above, give it another
  177.       name (I use REMLOGIN, but you do what you have to depending on your
  178.       BBS software) and ADD   $BYPASS$   to the END of the Command line.
  179.  
  180.           Example: REMINDME REMINDME.CFG $BYPASS$
  181.              Note: $BYPASS$ must be the last parameter on the line
  182.                    Everything else in the batch file is the same as #4 above
  183.  
  184.  
  185.                         NON-STANDARD COM SUPPORT
  186.                         ________________________
  187.  
  188.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  189.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  190.       number after the configuration filename. Let's assume your Door is
  191.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  192.       passed to your Door would be:
  193.  
  194.                             FOOBAR FOOBAR.CFG /5
  195.  
  196.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  197.       normally used with COM1. No /x parameter is needed for the standard
  198.       IRQ's.
  199.  
  200.       As an alternative, you may use an environmental variable on the command
  201.       line. To use the variable (following the example above), place a
  202.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  203.       different IRQ number for each node). The command line would now look
  204.       like this:
  205.  
  206.                           FOOBAR FOOBAR.CFG /%IRQ%
  207.  
  208.       This, in combination with the use of the environmental variables
  209.       described in the MULTI-NODE SETUP section will allow you to use one
  210.       batch file and one config file to run this door on all nodes.
  211.  
  212.  
  213.  
  214.  
  215.                            MULTI-NODE SETUP
  216.                            ________________
  217.  
  218.       All Sunrise Doors are Multi-Node capable. Each node must have the
  219.       ability to access a configuration file which will have its own system
  220.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  221.       line. There are 2 ways to accomplish this:
  222.  
  223.       (1) Create a separate configuration file for each node. The only
  224.           difference between each file would be the location of the system
  225.           file for that particular node. For example, on my system there are 2
  226.           nodes and the first line of the config files would look like this:
  227.  
  228.                         NODE1:  H:\PCB1\DOOR.SYS
  229.                         NODE2:  H:\PCB2\DOOR.SYS
  230.  
  231.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  232.  
  233.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  234.           the following PCBoard environmental variables:
  235.  
  236.                  PCBDIR    (Directory containing the System file)
  237.                  PCBDRIVE  (Drive containing the System file)
  238.  
  239.           Thus, the first line of the SINGLE configuration file, for this Door
  240.           would look like this:
  241.  
  242.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  243.  
  244.       NOTE: This option, as described, assumes that you are running PCBoard
  245.             14.5a software. The environmental variables are automatically
  246.             created by the software for each node.
  247.  
  248.             HOWEVER, if you are running other BBS software you should be able
  249.             to set the variables EXACTLY as described below, for EACH node
  250.             (more than likely in each batch file you use to bring up EACH node):
  251.  
  252.                             PCBDRIVE=C:
  253.                             ^^^^^^^^^
  254.                             PCBDIR=\NODE2
  255.                             ^^^^^^^^
  256.  
  257.             Info with a carat (^) under it, MUST be typed as is. The rest
  258.             depends on your naming conventions.
  259.  
  260.             This, in combination with the use of the optional environmental
  261.             variable described in the NON-STANDARD COM SUPPORT section, will
  262.             allow you to use one batch file and one config file to run this
  263.             door on all nodes.
  264.  
  265.  
  266.  
  267.                                ADOPT-A-DOOR
  268.                                ____________
  269.  
  270.     Having been a Sysop for a number of years, I have had my share of problems
  271.     and frustrations getting financial support for my board's upkeep. A fellow
  272.     Sysop left a message on my board, not long ago, about a concept that was
  273.     being used by several boards around the country.
  274.  
  275.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  276.     would be the same as sending in a donation, only this way it is earmarked
  277.     for registering a particular door. In a way, the user feels he/she is
  278.     "getting something in return". As a Door author I have decided to build
  279.     this concept into each of my Door programs. The concept replaces the
  280.     usual message "tell the Sysop to register this Door" we find in most
  281.     doors.
  282.  
  283.     If the Door is unregisterd then a message appears on the opening screen
  284.     to that effect. After finishing or suspending a game, a message screen
  285.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  286.     caller to contact the Sysop to find out if there is any further details
  287.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  288.     time, etc to callers that ADOPT-A-DOOR.
  289.  
  290.     If the Door has been registered, either by the Sysop or other callers,
  291.     the names of those contributors will be displayed in the closing screen.
  292.  
  293.     NOTE: If you want to display the names of the callers that contributed
  294.           to registering the Door, you must create an ASCII file called
  295.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  296.           the name(s) of the contributors (one on each line, maximum of 5
  297.           entries, each a maximum of 30 characters long). This file must be
  298.           saved, in ASCII format, and placed in the Door directory.
  299.  
  300.  
  301.  
  302.                               LEGALITIES
  303.                               __________
  304.  
  305.  
  306.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  307.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  308.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  309.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  310.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  311.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  312.       OR BREACH OF ANY WARRANTY.
  313.  
  314.  
  315.  
  316.  
  317.  
  318.                              DISTRIBUTION
  319.                              ____________
  320.  
  321.    You may make this file available for downloading from your BBS or you may
  322.    upload it to any BBS of your choice, provided that you do not make any
  323.    changes to the contents of the archive (ZIP file). The archive and its
  324.    individual contents may not be used by any service that charges any money
  325.    whatsoever, without the written permission of the author.
  326.  
  327.  
  328.  
  329.  
  330.  
  331.                              REGISTRATION
  332.                              ____________
  333.  
  334.    Registration and the subsequent insertion of the registration number into
  335.    your configuation file, allows for the display of your BBS name on the
  336.    opening and closing screen as well as the reduction of a delay built into
  337.    the opening screen display along with the ability to change certain
  338.    values in the configuration file.
  339.  
  340.    To register your copy of REMINDME, please fill out the registration form
  341.    (REGISTER.FRM) and mail it along with the appropriate registration fee to
  342.    the name and address on the form.
  343.  
  344.    Be sure to use the proper upper/lower case when filling in your name and
  345.    BBS name, as they MUST match the way you entered them in the configuration
  346.    file.             ^^^^
  347.  
  348.    Based upon information supplied on the registration form, I will pre-
  349.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  350.    up your registration number.
  351.  
  352.  
  353.  
  354.                                  MISC
  355.                                  ____
  356.  
  357.    The latest version of REMIND  ME! and other fine SUNRISE DOOR programs
  358.    are always available for download from SUNRISE-80 BBS.
  359.  
  360.    Remember, should you have any problems, questions or suggestions, be sure
  361.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors,
  362.    PCBHints, SYSops) or on SMARTNET (SN_Sysops) or FIDO 1:133/410.
  363.